虫虫首页|资源下载|资源专辑|精品软件
登录|注册

C 11

  • C++ 11

    C++11, the C++ Programming Language. 4th edition.

    标签: C++ C++11

    上传时间: 2015-03-23

    上传用户:evan333

  • Microsoft Visual C++

    Microsoft Visual C++,Borland C++,Watcom C++ ,Borland C++ ,Borland C++ Builder,Borland C++ 3.1 for DOS,Watcom C++ 11.0 for DOS,GNU DJGPP C++ ,Lccwin32 C Compiler 3.1,Microsoft C,High C

    标签: Microsoft Visual

    上传时间: 2016-07-30

    上传用户:talenthn

  • The C++ Programming Language第四版

     Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup's C++ Programming Language, Fourth Edition.Bjarne Stroustrup是C++的设计师和最早的实现者,也是《C++程序设计语言》、《带标注的C++参考手册》和《C++语言的设计与演化》的作者。他从丹麦Aarhus大学和英国牛津大学毕业,现在是AT&T大规模程序设计研究部的负责人,AT&T特别成员,AT&T贝尔实验室特别成员,以及ACM特别成员。Stroustrup的研究兴趣包括分布式系统、操作系统、模拟、设计和程序设计。他也是Addison·Wesley的C++In-Depth系列书籍的编辑。

    标签: C++

    上传时间: 2022-02-01

    上传用户:jimmy950583

  • 高清电子书-C++ Primer Plus 第6版英文版 1438页

    高清电子书-C++ Primer Plus, 第6版英文版 1438页Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming.The fifth edition of this book described the language as set forth in the ISO C++ standards, informally known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was largely a technical correction to the 1999 standard and didn’t add any new features.) Since then, C++ continues to evolve.As this book is written, the international C++ Standards Committee has just approved a new version of the standard.This standard had the informal name of C++0x while in development, and now it will be known as C++11. Most contemporary compilers support C++99/03 quite well, and most of the examples in this book comply with that standard. But many features of the new standard already have appeared in some implementations, and this edition of C++ Primer Plus explores these new features. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with.You learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions.You learn about the many features C++ has added to C, including the followi

    标签: C++

    上传时间: 2022-02-19

    上传用户:trh505

  • 21天学通C++(第7版) 1244页pdf高清文字中文版

    本书通过大量短小精悍的程序,详细而全面 地阐述了C++基本概念和技术以及C++11新增的 功能,包括管理输入/输出、循环和数组、面向对 象编程、模板、使用标准模板库以及lambda表达 式等。这些内容被组织成结构合理、联系紧密的 章节,每章都可在 1 小时内阅读完毕;每章都提 供了示例程序清单,并辅以示例输出和代码分 析,以阐述该章介绍的主题。为加深读者对所学 内容的理解,每章末尾都提供了常见问题及其答 案以及练习和测验。读者可对照附录D提供的测 验和练习答案,了解自己对所学内容的掌握程 度。 本书是针对C++初学者编写的,不要求读者 有C语言方面的背景知识,可作为高等院校教授 C++课程的教材,也可供初学者自学C++时使 用。

    标签: C++

    上传时间: 2022-06-21

    上传用户:d1997wayne

  • Analog Device ARM-7 系列之 ADuC_7020 Evaluation Board 内多个学习范例全都是基于 Keil 工程版的 范例,附 ADuC_7020 Evaluati

    Analog Device ARM-7 系列之 ADuC_7020 Evaluation Board 内多个学习范例全都是基于 Keil 工程版的 范例,附 ADuC_7020 Evaluation Board 原理图,而范例内容如下: 1.ADC 2.Comparator 3.DAC 4.FlashEE 5.FuncRam 6.INT 7.Mics 8.PLA 9.Pulse 10.S&C 11.TimerTrig 12.UART 13.Varplace

    标签: ADuC 7020 Evaluation Evaluati

    上传时间: 2014-07-04

    上传用户:lps11188

  • 四选一选择器,输入四个,输出1个.当NM=00时选A 当NM=01时选B 当NM=10时选C 当NM=11时选D

    四选一选择器,输入四个,输出1个.当NM=00时选A 当NM=01时选B 当NM=10时选C 当NM=11时选D

    标签: NM 00 01 10

    上传时间: 2013-12-25

    上传用户:woshiayin

  • VisualC++数字图像处理何斌等编2001年4月第1版-本书主要讲述如何使用Visual C++进行数字图像处理。全书共11章

    VisualC++数字图像处理何斌等编2001年4月第1版-本书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。

    标签: VisualC Visual 2001 数字图像处理

    上传时间: 2016-11-26

    上传用户:xiaoxiang

  • 《Visual C++小波变换技术与工程实践》作者:靳济芳。书上的代码。第11章:网络视频回放应用案例的Visual C++编程实现

    《Visual C++小波变换技术与工程实践》作者:靳济芳。书上的代码。第11章:网络视频回放应用案例的Visual C++编程实现,供大家参考。

    标签: Visual 小波变换 代码 回放

    上传时间: 2017-06-05

    上传用户:himbly

  • 《Visual C++ 数字图像处理》 本书主要讲述如何使用Visual C++进行数字图像处理。全书共11章

    《Visual C++ 数字图像处理》 本书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。

    标签: Visual 数字图像处理 如何使用

    上传时间: 2013-11-30

    上传用户:123456wh